Click or drag to resize

OccurrenceItemId Class

Identifies a single occurrence of a recurring item.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class OccurrenceItemId : ItemId

The OccurrenceItemId type exposes the following members.

Constructors
  NameDescription
Public methodOccurrenceItemId
Initializes a new instance of the OccurrenceItemId class.
Public methodOccurrenceItemId(String)
Initializes a new instance of the OccurrenceItemId class.
Public methodOccurrenceItemId(String, Int32)
Initializes a new instance of the OccurrenceItemId class.
Public methodOccurrenceItemId(String, String)
Initializes a new instance of the OccurrenceItemId class.
Public methodOccurrenceItemId(String, String, Int32)
Initializes a new instance of the OccurrenceItemId class.
Top
Properties
  NameDescription
Public propertyChangeKey
Contains a string that identifies a version of a folder that is identified by the Id attribute. This attribute is optional. Use this attribute to make sure that the correct version of a folder is used.
(Inherited from Id.)
Public propertyId
Identifies a specific item in the Exchange store.
(Inherited from ItemId.)
Public propertyIndex
Identifies the index of the item occurrence.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current OccurrenceItemId object to its equivalent string representation.
(Overrides ItemIdToString.)
Top
See Also